Click or drag to resize

ExtendedProperty Class

Class ExtendedProperty.
Inheritance Hierarchy
SystemObject
  Independentsoft.MsgExtendedProperty

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ExtendedProperty

The ExtendedProperty type exposes the following members.

Constructors
  NameDescription
Public methodExtendedProperty
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyTag)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyTag, Boolean)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyTag, Byte)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyTag, DateTime)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyTag, Double)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyTag, Int16)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyTag, Int32)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyTag, Int64)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyTag, String)
Initializes a new instance of the ExtendedProperty class.
Public methodExtendedProperty(ExtendedPropertyTag, String)
Initializes a new instance of the ExtendedProperty class.
Top
Properties
  NameDescription
Public propertyTag
Gets or sets the tag.
Public propertyValue
Gets or sets the value.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBooleanValue
Gets the boolean value.
Public methodGetDateTimeValue
Gets the date time value.
Public methodGetDoubleValue
Gets the double value.
Public methodGetFloatValue
Gets the float value.
Public methodGetHashCode (Inherited from Object.)
Public methodGetIntegerValue
Gets the integer value.
Public methodGetLongValue
Gets the long value.
Public methodGetShortValue
Gets the short value.
Public methodGetStringArrayValue
Gets the string array value.
Public methodGetStringValue
Gets the string value.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also